reftests: Avoid text caret from interfering
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Apr 2020 22:33:57 +0000 (18:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Apr 2020 22:33:57 +0000 (18:33 -0400)
We are comparing a transparent label to a transparent
text view, so need to make sure the caret does not show
up in the text view to ruin the comparison.

testsuite/reftests/textview-border-windows.ui

index 1a7503f6510e94dc27f6be1b4811ef319dc2cf94..dc51f0091ed58905b26dd4a7a77f4939f855d024 100644 (file)
@@ -8,6 +8,7 @@
         <property name="width_request">160</property>
         <property name="height_request">160</property>
         <property name="wrap_mode">word</property>
+        <property name="cursor_visible">0</property>
         <signal name="map" handler="reftest:add_border_windows" swapped="no"/>
       </object>
     </child>